home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / bind_lambda < prev    next >
Text File  |  2001-04-06  |  388b  |  15 lines

  1. SYNOPSIS
  2.         closure bind_lambda(closure, object ob)
  3.  
  4. DESCRIPTION
  5.         Binds an unbound closure to an object and return it.
  6.  
  7.         If the optional argument ob is not this_object(), the privilege
  8.         violation ("bind_lambda", this_object(), ob) occurs.
  9.  
  10. HISTORY
  11.         Introduced in 3.2@82.
  12.  
  13. SEE ALSO
  14.         lambda(E), unbound_lambda(E), apply(E), funcall(E), closures(LPC)
  15.